VBScript program to set a multi-valued property in Active Directory. Such properties are collections. They contain zero, one, or more than one string items in the collection. The OtherTelephone property is used in the program as an example. You can modify the script to set any other multi-valued attribute of any class of object.

This program should work on any 32 or 64-bit Windows client that can log onto the domain. Windows NT and Windows 98/95 clients should have DSClient installed. If DSClient is not installed, they need WSH and ADSI installed.

PutToADCollection.txt <<-- Click here to view or download the program